for (i in 2:ncol(myY)){
myBlink=Blink(Y=myY[,c(1,i)],GD=myGD,GM=myGM,maxLoop=10,time.cal=T,BIC.method="naive")
}
cov = prcomp(as.matrix(myGD))
myCV = cov$x[,1:3]
# if you only have one CV, the format should be matrix format.
myCV = as.matrix(cov$x[,1])
myBlink=Blink(Y=myY,GD=myGD,GM=myGM,CV = myCV, maxLoop = 10, time.cal = T)
time.cal: calculate the time spend in each step;
maxLoop: the loop for iteration;
maf.threshold: filter SNPs with MAF < maf.threshold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.